home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / restore_value < prev    next >
Text File  |  2001-04-06  |  402b  |  14 lines

  1. SYNOPSIS
  2.         mixed restore_value (string str)
  3.  
  4. DESCRIPTION
  5.         Decode the string representation <str> of a value back into the value
  6.         itself and return it. <str> is a string as generated by save_value(),
  7.         the '#x:y' specification of the saveformat however is optional.
  8.  
  9. HISTORY
  10.         Introduced in LDMud 3.2.8.
  11.  
  12. SEE ALSO
  13.         save_value(E), restore_object(E), save_object(E)
  14.